home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / cnet / BaudCheck_30.lha / BaudCheck.doc < prev    next >
Text File  |  1994-03-15  |  4KB  |  84 lines

  1.                               BaudCheck v3.0
  2.  
  3.                    Written by Ray Akey (AKA Heavy Metal)
  4.  
  5.                            The Metal Shoppe BBS
  6.                    Line 1: 519-255-7378  1200-2400 BAUD
  7.                    Line 2: 519-256-0278  2400-19.2kBAUD
  8.  
  9.  [If you like, and use this P-File, please register it and show your support]
  10.  [Send $10.00 U.S to "Ray Akey, 411 Bridge Ave, Windsor ON, CANADA  N9B 2M3"]
  11.  
  12.     BaudCheck is a program for BBS's with both HIGH SPEED and LOW SPEED
  13. lines.  It checks the user's Baud rate and if it is less than the baud
  14. specified in the config file "BaudCheck.config" then a message, notifying
  15. the user to call one of the lower baud lines, is displayed.
  16.  
  17.      ******* MULTIPLE PORTS ARE SUPPORTED!  See the docs below *******
  18.  
  19.  
  20. CHANGES 3.0
  21. -----------
  22. 1: Recompiled for CNet/3.
  23. 2: Now supports all 100 CNet ports!
  24. 3: Password ByPass added (the password must exist in a file called
  25.    SYSDATA:BaudCheck.passwords and it is NOT case sensitive.
  26.    When a user logs on who is about to be duped (referred to another port),
  27.    he/she will have the opportunity to hit "S" and enter the password to
  28.    bypass the mandatory port referral.
  29.  
  30.  
  31. CHANGES 2.0
  32. -----------
  33.   You can now have 5 (OR MORE) high speed lines and 4 or 5 (or more) low baud
  34. lines and port referral will be performed accurately!!
  35.  
  36. You must, however, create a baudcheck.messX entry in SYSTEXT: for each port
  37. that you are using as referral ports.  I have provided my baudcheck.mess1
  38. (for port 1) as a guideline.  If you use ports 3 and 5 as referral ports,
  39. then you must also have text files called "baudcheck.mess3" and
  40. "baudcheck.mess5" in your SYSTEXT: directory.
  41.  
  42. Changes to "SYSDATA:Baudcheck.config"
  43. -------------------------------------
  44.     The first line in this file are the ENFORCE ports.. The ports which are
  45. preferred high speed ports.  Each port number on this line must be separated
  46. by commas (ie.  2,3,4,7).. This would cause low baud callers on lines 2,3,4
  47. and 7 to be asked to call one of the referral ports (see below) if any are
  48. free.  If not, then login will be allowed as usual.
  49.  
  50.     The second line in this file is the REFERRAL ports..  This line follows the
  51. same format as line 1 in baudcheck.config also, with each port number
  52. separated by commas.  DO NOT use the same port numbers as you did for the
  53. ENFORCE settings!
  54.  
  55.     And last but not least, line 3 contains the LOWEST baud allowed on the
  56. ENFORCE ports..  That is, an entry of 9600 on that line will cause callers on
  57. enforced ports to be referred to a low baud port if one is available.
  58.  
  59.  
  60. Installation:
  61. -------------
  62. Copy BaudCheck to your PFILES: directory or another suitable location.  
  63.  
  64. Copy BaudCheck.config to your SYSDATA: directory and edit it according to the
  65. descriptions of the lines as noted in that file.
  66.  
  67. Create BaudCheck.messX files in your SYSTEXT: directory.  the "X" on the end
  68. is a port number and that number is also the referral port's number.. This
  69. provides you with the ability of having seperate messages for each referral
  70. port such as:
  71.  
  72.  "You have connected to <BBS NAME>.  Please call line X (referral port) at
  73.   <phone number> as it is free and accepting lower baud users"
  74.  
  75.  
  76.     Edit line 19 of BBSTEXT so that it reads as follows..
  77.  
  78. \#2pfiles:system/BaudCheck\Press DEL or ESC to continue:
  79.                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  80.                               This need not be exact
  81.  
  82. That's it.  I'll be making many other changes as mentioned above, when my
  83. newer projects are completed.
  84.